home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000222_news@columbia.edu_Thu Aug 24 14:36:26 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA22100
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 25 Aug 1995 02:36:44 -0400
  3. Received: by apakabar.cc.columbia.edu id AA21577
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 25 Aug 1995 02:36:41 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!newsfeed.internetmci.com!us.oracle.com!news.caldera.com!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit + TCP/IP
  9. Message-Id: <1995Aug24.203626.59666@cc.usu.edu>
  10. Date: 24 Aug 95 20:36:26 MDT
  11. References: <41encq$1pl@raffles.technet.sg>
  12. Organization: Utah State University
  13. Lines: 105
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <41encq$1pl@raffles.technet.sg>, onglc@technet.sg (Robert Ong) writes:
  17. > Hi,
  18. > Thanks to all who replied to my earlier message regarding connecting
  19. > PCs to a Vax computer via TCP/IP.
  20. > One of your suppliers is supplying us a NE2000 compatible NIC. Apparently
  21. > we are unable to connect the PC to the Vax when using this card. The error
  22. > message we get is:
  23. >   
  24. >   Cannot access IP type packets
  25. >   Unable to initialise TCP/IP system, quitting.
  26. >   ?Cannot start the connection.
  27. > When we replaced the card with the 3COM Etherlink II/TPs, no problem.
  28. > The NET.CFG looks something like this:
  29.  
  30.     Your NET.CFG file looks ok to me. However, in case no one has
  31. pointed out a soft spot let me indicate that IRQ 3 is used by COM2 and
  32. hence cannot coexist with the network board. Please check for hardware
  33. conflicts.
  34.     In addition, not all NE-2000 clones are created equal, and as they 
  35. say, some are more equal than others.
  36.     The overall point is the lan driver may not load properly because
  37. of hardware conflicts or the board does not match the driver. In such
  38. cases Kermit (and IPXODI for that matter) will be unable to find a board
  39. and declare errors such as you cite. Hints on loading are often displayed
  40. as the MLID (board driver) is loading; they can be redirected to a log
  41. file by   > filename  appended to the loading command. Here is an example
  42. of what I mean:
  43.  
  44. @echo off
  45. set nwlanguage=ENGLISH
  46. c:\qemm\loadhi /r:2 c:\nwclient\lsl.com  >startup.log
  47. c:\qemm\loadhi /r:2 c:\nwclient\ne3200.com >>startup.log
  48. c:\qemm\loadhi /r:2 c:\nwclient\ipxodi /d  >>startup.log
  49. c:\nwclient\vlm /mX /v4 /c=c:\nwclient\net.cfg >>startup.log
  50. @echo on
  51.  
  52.     Further, the MLID itself can report on its state by reinvoking
  53. it with a  /S  argument, such as  ne3200 /s   shown below:
  54.  
  55. Novell NE3200 Ethernet MLID  v2.04 (950405)
  56. (C) Copyright 1991 - 1995 Novell, Inc.  All Rights Reserved.
  57.  
  58. The following LAN drivers are loaded in memory:
  59.  
  60. Novell NE3200 Ethernet  v2.04 is loaded at Segment D7F9h.
  61. Slot 6, IRQ 5, Port 6000, Node Address 1B16A7D4 L
  62. Max Frame 1514 bytes, Line Speed 10 Mbps, Bus ID 2
  63. Board 1, Frame ETHERNET_II, LSB Mode
  64. Board 2, Frame ETHERNET_802.3, LSB Mode
  65. Board 3, Frame ETHERNET_802.2, LSB Mode
  66. Board 4, Frame ETHERNET_SNAP, LSB Mode
  67.  
  68. (I have four frame kinds loaded for experimental purposes; only one,
  69. Ethernet_II, is needed and recommended for general use.) Reinvokation
  70. this way does not install a second instance of the driver, so this is
  71. a safe test.
  72.     Finally, if you have another TCP/IP stack operating over the
  73. same board then the same error message will be produced. The rule is
  74. only one protocol stack of the same kind over one board.
  75.     Joe D.
  76.   
  77. >     Link Support
  78. >         Buffers 8 1500
  79. >         MemPool 4096
  80. >         Max Boards 4
  81. >         Max Stacks 4
  82. >     Link Driver 3c503
  83. >         Port 300
  84. >         INT 5
  85. >         FRAME ETHERNET_II
  86. >         FRAME ETHERNET_802.2
  87. >         PROTOCOL IPX    E0 ETHERNET_802.2
  88. >         PROTOCOL IP    800 ETHERNET_II
  89. >         PROTOCOL ARP   806 ETHERNET_II
  90. >         PROTOCOL RARP 8035 ETHERNET_II
  91. >     Link Driver NE2000
  92. >         Port 300
  93. >         INT 3
  94. >         FRAME ETHERNET_II
  95. >         FRAME ETHERNET_802.2
  96. >         PROTOCOL IPX 8137 ETHERNET_II
  97. >         PROTOCOL IP 800 ETHERNET_II
  98. >         PROTOCOL ARP 806 ETHERNET_II
  99. >         PROTOCOL RARP 8035 ETHERNET_II
  100. >     Netware DOS Requester
  101. >         Preferred Server="HQFS1"
  102. >         Name Context=".CSD.SMRT"
  103. >         First Network Drive=F
  104. >         Netware Protocol=NDS BIND
  105. > Thanks in advance.
  106. > Robert
  107. > --
  108. > +----------------------------------------------------------------+
  109. > |  Robert Ong                           Systems Analyst          |
  110. > |  Computer Services Department         onglc@technet.sg         |
  111. > |  Singapore MRT Ltd                    (065)-331-1347           |
  112. > +----------------------------------------------------------------+